You use the GetDIBFromPict function to create a handle to a DIB from a QuickDraw PicHandle .
void *GetDIBFromPict (PicHandle hPict);
The GetDIBFromPict function returns a global handle to a DIB when passed a PicHandle . The caller is responsible for releasing the memory of the DIB handle. You call the function GlobalFree to release the memory of the DIB handle.
| Previous | Chapter Contents | Chapter Top | Next |